projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17b5f4
)
enable ipv6, closes #129, bump release number
author
Waldemar Brodkorb
<
[email protected]
>
Sun, 25 Dec 2005 04:29:09 +0000
(
04:29
+0000)
committer
Waldemar Brodkorb
<
[email protected]
>
Sun, 25 Dec 2005 04:29:09 +0000
(
04:29
+0000)
SVN-Revision: 2774
openwrt/package/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/libpcap/Makefile
b/openwrt/package/libpcap/Makefile
index 908c364a11c18a7ed5da8538cad4c8ea05f168e4..c1c25ddd6ea0cf1944b61c4f7a3204bf1a563008 100644
(file)
--- a/
openwrt/package/libpcap/Makefile
+++ b/
openwrt/package/libpcap/Makefile
@@
-4,7
+4,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
PKG_VERSION:=0.8.3
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
@@
-49,6
+49,7
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--enable-static \
--disable-yydebug \
--with-build-cc=$(HOSTCC) \
+ --enable-ipv6 \
--with-pcap=linux \
);
touch $@